if GetObjectDefinitionField(Inventory.new(1, GetSimulatorGlobal(SimulatorGlobal["Current House"])):getTokenAtIndex(GetPrimitiveParameter(0)):getGUID(), ObjDef["Selector Category"]) == 119 then
   SetTemp(0, GetObjectDefinitionField(Inventory.new(1, GetSimulatorGlobal(SimulatorGlobal["Current House"])):getTokenAtIndex(GetPrimitiveParameter(0)):getGUID(), ObjDef["Selector Sub-Category"]))
   SetScriptReturnValue(true)
   return 
end
SetScriptReturnValue(false)

